home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / editor / ed33.zip / PASCAL.INI < prev    next >
INI File  |  1997-03-04  |  642b  |  89 lines

  1. [FileTypes]
  2. Types=*.pas;*.dpr
  3.  
  4. [Comments]
  5. Beginning={|(*|//|
  6. End=}|*)||
  7.  
  8. [Keywords]
  9. $B
  10. $D
  11. $DEFINE
  12. $ELSE
  13. $ENDIF
  14. $I
  15. $IFDEF
  16. $IFNDEF
  17. $IFOPT
  18. $L
  19. $M
  20. $P
  21. $R
  22. $T
  23. $UNDEF
  24. $V
  25. $W
  26. $X
  27. $Y
  28. and
  29. array
  30. as
  31. asm
  32. begin
  33. case
  34. class
  35. const
  36. constructor
  37. destructor
  38. div
  39. do
  40. downto
  41. else
  42. end
  43. except
  44. exports
  45. file
  46. finalization
  47. finally
  48. for
  49. function
  50. goto
  51. if
  52. implementation
  53. in
  54. inherited
  55. initialization
  56. inline
  57. interface
  58. is
  59. label
  60. library
  61. mod
  62. nil
  63. not
  64. object
  65. of
  66. or
  67. packed
  68. procedure
  69. program
  70. property
  71. raise
  72. record
  73. repeat
  74. set
  75. shl
  76. shr
  77. string
  78. then
  79. threadvar
  80. to
  81. try
  82. type
  83. unit
  84. until
  85. uses
  86. var
  87. while
  88. with
  89. xor